hxd NEWS - User visible changes.

version 0.2.10 - 2002-12-29
* Fix crash when reading account specific conf files.

version 0.2.9 - 2002-12-23
* Server version sent to clients is configurable.
* Fixed sighup being ignored after a file transfer when using pthreads.
* Fixed possible corrupted file downloading in hx when using pthreads.
* Most changes are not user visible :)

version 0.2.8 - 2002-11-17
* Basic Windows support for hxd and ghx, tested with
  mingw/gtk-win32 on XP.
* Fix bug in ghx useredit window so creating a user works as it should.
* Fix hotline.h on big endian (thanks Pyro)

version 0.2.7 - 2002-9-29
* 1.8.5 access bits. NOTE: May have to change user info files
  to be able to message/create private chats/etc.
* Send new user updates for 1.8.5 with correct name/icon.
* Fix memleaks in threaded news code.
* acctedit moved to src/acctedit

version 0.2.6 - 2002-9-18
* Fix bug that could cause the maximum upload limit
  to be falsely reached when using htxf-pthread.
* Added limits.uploader_outBps to limit bandwidth of those
  who are uploading. limits.outBps is now for those who are
  only downloading, but if uploader_outBps is 0, it is for everyone.

version 0.2.5 - 2002-9-12
* Fix memory leak in glob_remote
* Add threaded news to server:
  Currently only read/list/post works.
  Categories and directories can be created using the OS.
* Added ability to bind to ports <= 1024 with seteuid
* Changed --enable-japanese to --enable-iconv
* Can use 1.8.5 login sequence.
* Can ban clients based on version.

version 0.2.4 - 2002-1-25
* Fix news file sending
  (broken in 0.2.3 because of name changes in hotline.h)

version 0.2.3 - 2002-1-13
* Fix possible crash when exec was enabled,
  see src/hxd/commands.c for details.
* Command/exec output goes to whatever chat it was ran from.
* new variable: encoding, now only usable in japanese flavor.

version 0.2.2 - 2002-1-6
* Threaded news in ghx (from gtkhx).
  Still buggy and incomplete but browsing and posting works.
* Added misc/Makefile for acctedit.
* Added compress entry to the connect dialog in ghx.
* More threaded news and japanese support.

version 0.2.1 - 2001-12-31
* Beginning threaded news support.
* Beginning japanese support.
* Split hx_commands.c into multiple files.
* Fix alignment problems (thanks to Johan Zandin)

version 0.2.0 - 2001-12-30
* Use automake with multiple source directories.
  the working server directory is now hxd (not .).
* New hx variable auto_nick_complete for automagic completing of nicknames in chat.
  e.g. lay: j00r 0wn3d d00d -> laym0r: j00r 0wn3d d00d
* Translate chat using babelfish, --enable-translate, new /translate command.

Changes for versions < 0.2.0 are in misc/CHANGES.0.1.x
